home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETLANEP.IN_ / netlanep.inf
Encoding:
Windows Setup INFormation  |  1999-11-10  |  1.9 KB  |  66 lines

  1. ;
  2. ; NETLANEP.INX
  3. ;
  4. ; ATM LAN Emulation Transport
  5. ;
  6. ; Copyright (c) 1993-1999, Microsoft Corporation
  7.  
  8. [Version]
  9. Signature = "$Windows NT$"
  10. Class = NetTrans
  11. ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
  12. Provider = %Msft%
  13. LayoutFile = layout.inf
  14. DriverVer=11/10/1999,5.00.2179.1
  15.  
  16. [Manufacturer]
  17. %Msft% = MSFT
  18.  
  19. [MSFT]
  20. %ATMLANE_Desc% = ATMLANE.ndi, MS_ATMLANE
  21.  
  22. [ATMLANE.ndi]
  23. AddReg = ATMLANE.ndi.AddReg
  24. Characteristics = 0x80 ; NCF_HAS_UI
  25.  
  26. [ATMLANE.ndi.AddReg]
  27. HKR, Ndi,            ClsID,         0,          "{295789f0-0949-11d1-b90c-00aa004ab12a}";
  28. HKR, Ndi,            HelpText,      0,          "%ATMLANE_HELP%"
  29. HKR, Ndi,            Service,       0,          "AtmLane"
  30. HKR, Ndi,            CoServices,    0x10000,    "AtmLane"
  31. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  32. HKR, Ndi\Interfaces, LowerRange,    0,          "ndisatm"
  33.  
  34. HKLM,"System\CurrentControlSet\Services\EventLog\System\AtmElan",EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  35. HKLM,"System\CurrentControlSet\Services\EventLog\System\AtmElan",TypesSupported,   0x10001, 7
  36.  
  37. [ATMLANE.ndi.Services]
  38. AddService = AtmLane, 0, ATMLANE.AddService, ATMLANE.AddEventLog
  39.  
  40. [ATMLANE.AddService]
  41. DisplayName     = %ATMLANE_Desc%
  42. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  43. StartType       = 3 ;SERVICE_DEMAND_START
  44. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  45. ServiceBinary   = %12%\atmlane.sys
  46. LoadOrderGroup  = PNP_TDI
  47. AddReg          = ATMLANE.AddReg
  48. Description     = %ATMLANE_Desc%
  49.  
  50. [ATMLANE.AddEventLog]
  51. AddReg = ATMLANE.AddEventLog.AddReg
  52.  
  53. [ATMLANE.AddEventLog.AddReg]
  54. HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
  55. HKR, , TypesSupported,   0x10001, 7
  56.  
  57. [ATMLANE.ndi.Remove.Services]
  58. DelService = AtmLane
  59.  
  60. [Strings]
  61. Msft = "Microsoft"
  62.  
  63. ATMLANE_Desc = "ATM LAN Emulation"
  64. ATMLANE_HELP = "Allows LAN protocols and applications to work transparently on ATM networks. Provided by Fore Systems."
  65.  
  66.